home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / reschek.exe / RESCHECK.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1992-01-04  |  5.6 KB  |  124 lines

  1. ResCheck
  2. Resource Checker
  3. Form1
  4. GDISize
  5. Picture1
  6. USERSize
  7. LBL_FreeMem
  8. TMR_Refresh
  9. LBL_mode
  10.         LBL_CoPro
  11.     MNU_About
  12. &About..
  13. Form_Click
  14.     Form_Load
  15. LoadLibrary
  16. lpLibFileName1
  17. LoadModule
  18. lpModuleNameR
  19. lpPara_
  20. hLib&
  21. FreeLibrary
  22. TMR_Refresh_Timerf
  23.     dwSegment
  24. GlobalSizep
  25. GDISizel
  26. Caption
  27. hLibGDI7
  28. hLibUser
  29. notifiedu
  30. FALSEZ
  31. TRUE|
  32. UserSize
  33. GDInotified
  34. USERnotified{
  35. Form_LostFocus
  36.     thresholdC
  37. Rescheck
  38. dwGDISeg
  39.     dwUserSeg
  40. dwUserSegment
  41. full;
  42. GDISeg
  43. UserSeg
  44. NewGDI@
  45. NewUser
  46. WinFlags
  47.     Processor
  48. Screen
  49. WidthY
  50. Height
  51. GetWinFlags
  52. WF_ENHANCED
  53. WF_80x87
  54. LBL_FreeMem
  55. GetFreeSpace
  56. LBL_Mode
  57. Lbl_Info
  58. LBL_Math
  59. WF_STANDARD
  60.     FreeSpace 
  61. wFlags
  62. update_caption
  63. UpdateCaption
  64. UserK
  65. GDIKN
  66. UserKEnd
  67. WindowStateS
  68. Picture
  69. Form_Paint
  70. Form_Resize
  71. Form_GotFocus
  72.     LBL_CoPro
  73. dFlags
  74. CoProcessor
  75. CoPro
  76. MNU_About_Click
  77. About*
  78. Form_Load
  79.  Load the main form.
  80.  Call APIs to load the GDI and User libraries, so that
  81.  we will have a handle to them..
  82. gdi.exe"
  83. Error Loading GDI"
  84. user.exe
  85. Error Loading User
  86.  Minimized
  87.  Put screen at the lower lefta
  88.  Get current Windows configuration
  89.  Ref: Vol I of SDK
  90.  Check Windows mode. No need to worry about Real, sincee
  91.  VB apps don't do it!N
  92. 386 Enhanced Mode"
  93. Standard Mode"
  94.  Check for math coprocessor
  95. Present"
  96. Not Present"
  97.  Get free memory and display it into label
  98.  Ref: Vol I of SDK
  99. Global Heap Remaining: "
  100. ##,#00
  101.  Put titles and values into labels
  102. Windows Mode: 
  103. Math Co-Processor is "
  104. TMR_Refresh_Timer
  105.  Timer expired
  106.  Check the GDI and User data segments.  If less than
  107.  the threshold, then display the message box, and sett
  108.  the flag to indicate that the user was notified..
  109. ##,#00
  110. GDI Remaining: "
  111. GDI less than 
  112. #####"
  113.  Bytes
  114. ##,#00
  115. User Remaining: 
  116. User less than "
  117. #####"
  118.  Bytes
  119.  If the flag is set, update the form's caption.
  120.  User=
  121.  When icon-ized, show the GDI & User as bar graphs
  122.  Icon-ized
  123. MNU_About_Click
  124.